[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 near                    near -- Non-Standard Type Modifier

    A near data item (or function) resides in the default data (or
    current code) segment.  Its address is 16 bits long.

      Notes:    Variables declared with class auto are always near, since
                they reside on the run-time stack.

   -------------------------------- Example ---------------------------------

           int near value;
           double near table[100];
           char near *fpc;
           char near **fppc;
           char near * near *fpfpc;
           long int near * near check(char near, int, int near);
           int (near *funptr)();

           i = sizeof(char near *);


See Also: huge far
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson